Hands-on Test-Driven Development by Greg Donald

Hands-on Test-Driven Development by Greg Donald

Author:Greg Donald
Language: eng
Format: epub
ISBN: 9781484297483
Publisher: Apress


Next, we’ll create a published page with a known creation date which will in turn give us a known archive entry for our sidebar. Then we’ll visit our root path and click our known-to-be-present August 2022 link. We’ll then expect to have our one article element on the page.

When we run our spec, we get the expected failure:

This error makes sense since we haven’t yet built out our archive sidebar HTML. Let’s do that now. Inside our shared/archives partial, let’s call our new Page.by_year_month method and iterate over each item to build out our archive HTML links in our sidebar:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.